2005-07-26 Matthias Clasen <mclasen@redhat.com>
+ * gtk/gtkfilechooserdefault.c: Fix up includes on Win32.
+ (#311630, Kazuki Iwamoto)
+
* gtk/gtkimcontextsimple.c: Add ISO_Level3_Shift to
the list of keysyms to ignore for composition, since
AltGr keys produce it in some keyboard layouts. (#307283)
2005-07-26 Matthias Clasen <mclasen@redhat.com>
+ * gtk/gtkfilechooserdefault.c: Fix up includes on Win32.
+ (#311630, Kazuki Iwamoto)
+
* gtk/gtkimcontextsimple.c: Add ISO_Level3_Shift to
the list of keysyms to ignore for composition, since
AltGr keys produce it in some keyboard layouts. (#307283)
2005-07-26 Matthias Clasen <mclasen@redhat.com>
+ * gtk/gtkfilechooserdefault.c: Fix up includes on Win32.
+ (#311630, Kazuki Iwamoto)
+
* gtk/gtkimcontextsimple.c: Add ISO_Level3_Shift to
the list of keysyms to ignore for composition, since
AltGr keys produce it in some keyboard layouts. (#307283)
#define PROFILE_FILE_CHOOSER
#ifdef PROFILE_FILE_CHOOSER
+
+#ifdef HAVE_UNISTD_H
#include <unistd.h>
+#endif
+#ifdef G_OS_WIN32
+#include <io.h>
+#endif
+
+#ifndef F_OK
+#define F_OK 0
+#endif
#define PROFILE_INDENT 4
static int profile_indent;